Trivial typo fix
authorMatthias Clasen <mclasen@redhat.com>
Sat, 4 Jan 2014 19:11:55 +0000 (14:11 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 4 Jan 2014 19:11:55 +0000 (14:11 -0500)
gdk/gdkwindow.c

index d1216b3f82fffcbee8587783744ee59bda6f88f9..0f59c56f246eecb51c90b95d18efa90d9d626b2e 100644 (file)
@@ -5783,7 +5783,7 @@ gdk_window_set_background_rgba (GdkWindow     *window,
  * Sets the background of @window.
  *
  * A background of %NULL means that the window will inherit its
- * background form its parent window.
+ * background from its parent window.
  *
  * The windowing system will normally fill a window with its background
  * when the window is obscured then exposed.